home *** CD-ROM | disk | FTP | other *** search
- DBTREE3.MSG -p.o.- Darwin BBS, 301-251-9206, -04/13/86-
-
- ==============================================================
- DBTREE version 3.0 (PC-DOS) Copyright (c) 1985 a.j. sieker
-
- dBase III utility program to generate a indenture tree of
- programs for an overall system.
-
- DBTREE will only scan for files on the specified drive unless
- the (DO) filenames are preceeded with a drive spec within the
- dBase source (.prg) file.
-
- Procedure files are supported.
-
- Types of files reported are : .prg, .frm, .fmt
-
- A text file (DBTREE.TXT) is created to reflect the scan.
-
- ==============================================================
-
- This compiled BASIC program produces an indented list (tree-like) of all
- dBASE III PRG, FMT and FRM files used by a main dBASE PRG file.
- It will ask you 2 questions:
- 1. The disk drive containing the main PRG file, and
- 2. The name of the main PRG file
-
- It then shows you the indented list and writes the same information
- on the file DBTREE.TXT.
-
- Here is a sample output:
- ==============================================================
- DBTREE utility scan
-
- a:sbp1.PRG
- .FMT (file not found)
- sbp1rev.PRG
- sbp1rrep.PRG (file not found)
- sbp1rmm.PRG
- sbp1rae.PRG
- sbp1rae.FMT
- .FMT (file not found)
- sbp1rae.PRG
- sbp1rae.FMT
- .FMT (file not found)
- sbp1rept.PRG
- sbp1rep1.FRM
- sbp1repa.FRM
- sbp1repb.FRM
- sbp1repe.FRM
- sbp1pmm.PRG
- sbp1mms.PRG
- db3tmm.PRG
- sbp1rmm.PRG
- sbp1spro.PRG
- sbp1spro.FMT
- .FMT (file not found)
-
- ==============================================================
-
- BUG: The note ".FMT (file not found)" is inexplicable. Just ignore it.
-
-